Click or drag to resize

ServiceUpdateItem Method (IListItemChange, MessageDisposition)

Updates the properties of the existing items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> UpdateItem(
	IList<ItemChange> itemChanges,
	MessageDisposition messageDisposition
)

Parameters

itemChanges
Type: System.Collections.GenericIListItemChange
The item changes.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode for Message objects.

Return Value

Type: IListItemInfoResponse
A collection of update results for each of the specified items.
See Also